aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized.Kalle Wallin2004-04-221-1/+5
* Fixed resize handling (SIGWINCH).Kalle Wallin2004-04-211-3/+53
* Display the target time when seeking.Kalle Wallin2004-04-211-1/+4
* Added support for seek,crossfade. Kalle Wallin2004-04-211-36/+113
* Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin2004-04-191-103/+146
* Use get_key_names() for the keys displayed in the welcome message.Kalle Wallin2004-04-141-3/+3
* Replaced F1,F2,F3 with 1,2,3.Kalle Wallin2004-04-061-3/+3
* Added a welcome message (help).Kalle Wallin2004-04-061-4/+28
* Added support for (auto) center/focus playlists.Kalle Wallin2004-04-051-2/+23
* Moved cursor to main window (selected_row,0) when idle.Kalle Wallin2004-03-311-1/+6
* Moved cursor to main window (selected_row,0) when idle.Kalle Wallin2004-03-311-1/+1
* We now allocate and free memory with glibKalle Wallin2004-03-281-5/+5
* Moved cursor to main window (0,0) when idleKalle Wallin2004-03-281-1/+3
* Clear top window when the header changes.Kalle Wallin2004-03-281-0/+7
* Moved random,repeat notification from main.cKalle Wallin2004-03-271-0/+18
* Moved random,repeat notification to main.cKalle Wallin2004-03-271-4/+0
* Define the read timeout in screen.hKalle Wallin2004-03-271-2/+1
* Only use colors if the terminal supports colors.Kalle Wallin2004-03-271-13/+19
* Replaced wrefresh() with wnoutrefresh().Kalle Wallin2004-03-261-5/+7
* Added support for CMD_TOGGLE_FIND_WRAP.Kalle Wallin2004-03-261-15/+8
* Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin2004-03-251-16/+46
* Use screen_status_printf() instead of screen_status_message().Kalle Wallin2004-03-231-27/+30
* Reverted to relative volume changes.Kalle Wallin2004-03-221-2/+4
* Added a find buffer and a function for formated status messages.Kalle Wallin2004-03-221-0/+18
* We now uses mpd_sendSetvolCommand(), not the old mpd_sendVolumeCommand().Kalle Wallin2004-03-221-2/+2
* Imported ncmpc (mpc-ncures).Kalle Wallin2004-03-191-0/+520