about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-211-1/+1
* Removed cons_bad_command()James Booth2013-04-211-12/+0
* Renamed window_show_time -> window_print_timeJames Booth2013-04-211-56/+56
* Moved remaining static functions to console moduleJames Booth2013-04-211-0/+18
* Moved cons_bad_command() to console moduleJames Booth2013-04-211-0/+12
* Moved cons_show_word() to console moduleJames Booth2013-04-211-0/+11
* Moved cons_debug() to console moduleJames Booth2013-04-211-0/+23
* Moved cons_show_time() to console moduleJames Booth2013-04-211-20/+26
* Moved cons_bad_show() to console moduleJames Booth2013-04-211-0/+25
* Moved cons_show_contacts() to console moduleJames Booth2013-04-211-0/+14
* Moved help display functions to console moduleJames Booth2013-04-211-0/+115
* Moved preferences display functions to console moduleJames Booth2013-04-211-0/+243
* Moved cons_show_account() to console moduleJames Booth2013-04-211-0/+115
* Moved cons_show_account_list() to console moduleJames Booth2013-04-211-0/+36
* Moved cons_show_room_invite() to console moduleJames Booth2013-04-211-0/+31
* Moved cons_show_status() to console moduleJames Booth2013-04-211-0/+12
* Moved cons_show_disco_info() and cons_show_disco_items() to consoleJames Booth2013-04-211-0/+71
* Moved cons_show_room_list() to console moduleJames Booth2013-04-211-0/+25
* Moved cons_show_software_version() to console moduleJames Booth2013-04-211-0/+28
* Moved cons_show_caps() to console moduleJames Booth2013-04-211-0/+76
* Moved cons_show_info() to console moduleJames Booth2013-04-211-0/+134
* Moved cons_show_wins() to console moduleJames Booth2013-04-211-0/+82
* Moved cons_show_login_success() to console moduleJames Booth2013-04-211-0/+19
* Moved cons_about() to console moduleJames Booth2013-04-201-1/+161
* Added ui/console moduleJames Booth2013-04-201-0/+43
'>289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381