terminology/src/bin
Gustavo Sverzut Barbieri 35e7dbbf4e better handle -e 'command' if there is a shell expression.
If command contains spaces, $ or other known shell commands, it's
spawned with a "sh -c $COMMAND" instead.

this allows us to start terminology to "watch ps" or things like that.

Also changed the return code on failure to 127, similar to system(3).

NOTE: should we reset some signals? Remember that ecore traps most of them.



SVN revision: 72313
2012-06-17 19:13:03 +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 update TODO and add tmp changes checkbox. 2012-06-17 09:43:47 +00:00
config.h update TODO and add tmp changes checkbox. 2012-06-17 09:43:47 +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 fix cursor and fontpreview when theme is an absolute path. 2012-06-17 18:03:33 +00:00
main.h more options sections -> translucent moved to video and now u can 2012-06-17 09:26:01 +00:00
media.c reduce number of warnings with -Wall -Wextra. 2012-06-17 17:04:17 +00:00
media.h more options sections -> translucent moved to video and now u can 2012-06-17 09:26:01 +00:00
options.c reduce number of warnings with -Wall -Wextra. 2012-06-17 17:04:17 +00:00
options.h move optiosn to their own files now. cleaner. 2012-06-13 15:10:18 +00:00
options_behavior.c reduce number of warnings with -Wall -Wextra. 2012-06-17 17:04:17 +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 fix cursor and fontpreview when theme is an absolute path. 2012-06-17 18:03:33 +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 reduce number of warnings with -Wall -Wextra. 2012-06-17 17:04:17 +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 fix cursor and fontpreview when theme is an absolute path. 2012-06-17 18:03:33 +00:00
termio.h add soem mroe bitmap fonts. note: must debug many of them with evas. 2012-06-12 13:08:09 +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