Code

git-svn-id: https://svn.musicpd.org/ncmpc/trunk@763 09075e82-0dd4-0310-85a5-a0d7c8717e4f
[ncmpc.git] / screen.c
2004-04-14 Kalle WallinUse get_key_names() for the keys displayed in the welco...
2004-04-06 Kalle WallinReplaced F1,F2,F3 with 1,2,3.
2004-04-06 Kalle WallinAdded a welcome message (help).
2004-04-05 Kalle WallinAdded support for (auto) center/focus playlists.
2004-03-31 Kalle WallinMoved cursor to main window (selected_row,0) when idle.
2004-03-31 Kalle WallinMoved cursor to main window (selected_row,0) when idle.
2004-03-28 Kalle WallinWe now allocate and free memory with glib
2004-03-28 Kalle WallinMoved cursor to main window (0,0) when idle
2004-03-28 Kalle WallinClear top window when the header changes.
2004-03-27 Kalle WallinMoved random,repeat notification from main.c
2004-03-27 Kalle WallinMoved random,repeat notification to main.c
2004-03-27 Kalle WallinDefine the read timeout in screen.h
2004-03-27 Kalle WallinOnly use colors if the terminal supports colors.
2004-03-26 Kalle WallinReplaced wrefresh() with wnoutrefresh().
2004-03-26 Kalle WallinAdded support for CMD_TOGGLE_FIND_WRAP.
2004-03-25 Kalle WallinAdded support for a configuration file ~/.ncmpcrc and...
2004-03-23 Kalle WallinUse screen_status_printf() instead of screen_status_mes...
2004-03-22 Kalle WallinReverted to relative volume changes.
2004-03-22 Kalle WallinAdded a find buffer and a function for formated status...
2004-03-22 Kalle WallinWe now uses mpd_sendSetvolCommand(), not the old mpd_se...
2004-03-19 Kalle WallinImported ncmpc (mpc-ncures).