Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've an idea about creating an open source project based on custom terminal emulator development for GNU/Linux. I googled around but didn't find any source code for the native GNU/Linux terminal emulator. Can anyone guide me about where to start and where can I find the source code for native terminal.

share|improve this question
Terminal emulator for bash? – Tachyons Dec 30 '12 at 16:46
This question would be more appropriate on Unix.SE or SO. – gertvdijk Dec 30 '12 at 16:47
3  
I think you need to do more research, your question does not make sense. What are you trying to do. I would start reading about TTY VTY Terminals, and console. Terminal, is basically (from a user perspective) just gibberish that doesn't mean anything that they would recognize. This site should give you a good start, but you have a lot to read first. – coteyr Dec 30 '12 at 16:51

closed as off topic by gertvdijk, Christopher, hhlp, dobey, Tom Brossman Dec 30 '12 at 21:56

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Source code for Gnome-Terminal, i.e the Terminal emulator that we use in Ubuntu is here

While here is the code for same Gnome-Terminal in Gnome's git repository.

There may be differences between those two.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.