aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-1/+1
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin1-2/+4
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-108/+80
2004-06-09Use the terminal in raw mode - ignore terminal control charactersKalle Wallin1-51/+14
2004-06-06Added an optional clock screen :)Kalle Wallin1-1/+20
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-8/+30
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-1/+5
2004-06-05Added initial i18n supportKalle Wallin1-39/+30
2004-06-05Addded support for the mpd update command (CMD_DB_UPDATE)Kalle Wallin1-1/+13
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-11/+37
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-95/+113
2004-05-03The background color can now be assigned to 'none' (use the current color).Kalle Wallin1-2/+1
2004-04-23Use wattroff after painting the top line.Kalle Wallin1-0/+3
2004-04-22Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized.Kalle Wallin1-1/+5
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-3/+53
2004-04-21Display the target time when seeking.Kalle Wallin1-1/+4
2004-04-21Added support for seek,crossfade. Kalle Wallin1-36/+113
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-103/+146
2004-04-14Use get_key_names() for the keys displayed in the welcome message.Kalle Wallin1-3/+3
2004-04-06Replaced F1,F2,F3 with 1,2,3.Kalle Wallin1-3/+3
2004-04-06Added a welcome message (help).Kalle Wallin1-4/+28
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-2/+23
2004-03-31Moved cursor to main window (selected_row,0) when idle.Kalle Wallin1-1/+6
2004-03-31Moved cursor to main window (selected_row,0) when idle.Kalle Wallin1-1/+1
2004-03-28We now allocate and free memory with glibKalle Wallin1-5/+5
2004-03-28Moved cursor to main window (0,0) when idleKalle Wallin1-1/+3
2004-03-28Clear top window when the header changes.Kalle Wallin1-0/+7
2004-03-27Moved random,repeat notification from main.cKalle Wallin1-0/+18
2004-03-27Moved random,repeat notification to main.cKalle Wallin1-4/+0
2004-03-27Define the read timeout in screen.hKalle Wallin1-2/+1
2004-03-27Only use colors if the terminal supports colors.Kalle Wallin1-13/+19
2004-03-26Replaced wrefresh() with wnoutrefresh().Kalle Wallin1-5/+7
2004-03-26Added support for CMD_TOGGLE_FIND_WRAP.Kalle Wallin1-15/+8
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-16/+46
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-27/+30
2004-03-22Reverted to relative volume changes.Kalle Wallin1-2/+4
2004-03-22Added a find buffer and a function for formated status messages.Kalle Wallin1-0/+18
2004-03-22We now uses mpd_sendSetvolCommand(), not the old mpd_sendVolumeCommand().Kalle Wallin1-2/+2