aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-15include cleanupMax Kellermann1-1/+5
2008-09-15fix function prototypesMax Kellermann1-1/+24
2008-09-15const pointersMax Kellermann1-4/+4
2008-09-15code style, indent with tabsMax Kellermann1-49/+43
2006-08-05translation updates, template and german. another little build fixAndreas Obergrusberger1-0/+1
2006-08-04the updated sourcesAndreas Obergrusberger1-1/+5
2004-07-13Moved definitions from screen.h to ncmpc.h Kalle Wallin1-5/+0
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin1-16/+2
2004-07-03Replaced the time_t type with glibs GTimeKalle Wallin1-4/+5
2004-07-02Added basic ncurses mouse supportKalle Wallin1-0/+4
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-9/+9
2004-06-09Use the terminal in raw mode - ignore terminal control charactersKalle Wallin1-1/+1
2004-06-06Added an optional clock screen :)Kalle Wallin1-0/+1
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-0/+1
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-7/+0
2004-06-05Added initial i18n supportKalle Wallin1-6/+0
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-8/+0
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-1/+3
2004-04-21Added screen_idle() function.Kalle Wallin1-1/+3
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-6/+28
2004-04-06Added a welcome message (help).Kalle Wallin1-0/+4
2004-04-05Added input_timeout.Kalle Wallin1-0/+3
2004-03-29Changed non blocking read timeout from 100ms to 250ms.Kalle Wallin1-1/+1
2004-03-27Define the read timeout in screen.hKalle Wallin1-0/+3
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+11
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-1/+1
2004-03-24Padded TOP_HEADER.. with spaces to clear previous header.Kalle Wallin1-2/+2
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-2/+2
2004-03-22Added a find buffer and a function for formated status messages.Kalle Wallin1-0/+3