aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* screen: added struct namesMax Kellermann2008-09-161-2/+4
* include cleanupMax Kellermann2008-09-151-10/+5
* screen_auth() returns resultMax Kellermann2008-09-151-1/+2
* fix function prototypesMax Kellermann2008-09-151-2/+2
* const pointersMax Kellermann2008-09-151-7/+7
* code style, indent with tabsMax Kellermann2008-09-151-14/+13
* remove unused static functionsMax Kellermann2008-09-151-8/+0
* multi liner ;) fixed segfaultAndreas Obergrusberger2006-09-081-2/+2
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-2/+50
* New configuraton option: find-show-lastKalle Wallin2005-06-151-1/+2
* Added a search screenKalle Wallin2004-11-151-3/+4
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-3/+4
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-11/+1
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-121-0/+5
* Ignore mouse events in wreadln, screen_getchKalle Wallin2004-07-031-2/+10
* Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin2004-06-241-8/+13
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-1/+28
* fixed the display of completion listsKalle Wallin2004-06-191-4/+22
* Added completion stuffKalle Wallin2004-06-181-0/+22
* Use the alert color in screen_readln()Kalle Wallin2004-06-161-0/+1
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-4/+5
* Added wreadln.c, wreadln.h a simple line editorKalle Wallin2004-06-061-19/+25
* Added initial i18n supportKalle Wallin2004-06-051-3/+4
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+153