Removed commented code, renamed win switch handlers

This commit is contained in:
James Booth
2015-01-31 22:12:27 +00:00
parent baa122e7dc
commit 84688c063e
2 changed files with 30 additions and 52 deletions

View File

@@ -184,28 +184,6 @@ gboolean
ui_readline(void)
{
return inp_readline();
// int key_type;
// wint_t ch;
//
// char *line = inp_read(&key_type, &ch);
// _win_handle_switch(ch);
//
// ProfWin *current = wins_get_current();
// win_handle_page(current, ch, key_type);
//
// if (ch == KEY_RESIZE) {
// ui_resize();
// }
//
// if (ch != ERR && key_type != ERR) {
// ui_reset_idle_time();
// ui_input_nonblocking(TRUE);
// } else {
// ui_input_nonblocking(FALSE);
// }
//
// return line;
}
void