terminology/src/bin
Gustavo Sverzut Barbieri 652df62d45 options infrastructure refactor.
There is no global config option anymore, we have option instances
that are set to the termio and media for future queries.

The idea is that we can later have different configuration per termio,
like multiple windows or tabs with different font size, background,
etc.

It's just a refactor. It would be better to define if things like
background is up to the whole terminal and then save to a different
config entry... or just save the global and copy it for next termio,
defining the other instances as 'temporary'. Anyway: policy to be defined.



SVN revision: 72315
2012-06-17 20:24:23 +00:00
..
Makefile.am use autoconf to define system extensions for us. 2012-06-17 16:28:02 +00:00
col.c terminology now uses textgrid.. .oh so much FAAAASTER... and saves 2012-06-16 05:07:33 +00:00
col.h terminology now uses textgrid.. .oh so much FAAAASTER... and saves 2012-06-16 05:07:33 +00:00
config.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
config.h options infrastructure refactor. 2012-06-17 20:24:23 +00:00
keyin.c finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
keyin.h finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
main.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
main.h options infrastructure refactor. 2012-06-17 20:24:23 +00:00
media.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
media.h options infrastructure refactor. 2012-06-17 20:24:23 +00:00
options.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
options.h move optiosn to their own files now. cleaner. 2012-06-13 15:10:18 +00:00
options_behavior.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
options_behavior.h more config in gui plus translucency now works. even from gui. wordsep 2012-06-16 14:00:00 +00:00
options_font.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
options_font.h del options widget after 10 sec delay when they popped down. 2012-06-17 09:54:36 +00:00
options_video.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
options_video.h more options sections -> translucent moved to video and now u can 2012-06-17 09:26:01 +00:00
private.h add logging for our sanity 2012-06-17 16:32:23 +00:00
termio.c options infrastructure refactor. 2012-06-17 20:24:23 +00:00
termio.h options infrastructure refactor. 2012-06-17 20:24:23 +00:00
termpty.c better handle -e 'command' if there is a shell expression. 2012-06-17 19:13:03 +00:00
termpty.h behavior entries now should all work and save. 2012-06-16 17:31:54 +00:00
utf8.c finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
utf8.h finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
win.c terminology: remove trailing whitespace 2012-06-13 00:26:00 +00:00
win.h finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00