aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* the updated sourcesAndreas Obergrusberger2006-08-041-1/+18
* Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects withoutKalle Wallin2005-06-011-0/+7
* Fixes bug #0000360Kalle Wallin2005-02-131-1/+1
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-3/+3
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-0/+1
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-121-1/+13
* Added SIGCONT handlerKalle Wallin2004-07-121-2/+18
* Replaced the debug macro with a functionKalle Wallin2004-07-031-0/+18
* Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin2004-06-301-2/+2
* Removed an unwanter fprintf lineKalle Wallin2004-06-241-1/+0
* Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin2004-06-241-5/+33
* Renamed mpd version macroKalle Wallin2004-06-241-5/+5
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-6/+8
* Dont set the xterm titleKalle Wallin2004-06-201-2/+3
* display errors without exiting when key bindings are brokenKalle Wallin2004-06-191-7/+14
* git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin2004-06-151-2/+13
* Updated error handlingKalle Wallin2004-06-141-10/+29
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-47/+62
* Updated the reconnect code to allow user to abort in raw modeKalle Wallin2004-06-091-4/+6
* Added wreadln.c, wreadln.h a simple line editorKalle Wallin2004-06-061-6/+5
* Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin2004-06-061-5/+15
* Added initial i18n supportKalle Wallin2004-06-051-12/+13
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+199