ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.482 by sf-exg, Thu Apr 7 12:19:40 2011 UTC vs.
Revision 1.483 by sf-exg, Tue Apr 26 16:19:45 2011 UTC

2389 : NOCHAR; 2389 : NOCHAR;
2390} 2390}
2391 2391
2392static class out_of_input out_of_input; 2392static class out_of_input out_of_input;
2393 2393
2394/* rxvt_cmd_getc () - Return next input character */
2395/*
2396 * Return the next input character after first passing any keyboard input
2397 * to the command.
2398 */
2399wchar_t 2394wchar_t
2400rxvt_term::cmd_getc () THROW ((class out_of_input)) 2395rxvt_term::cmd_getc () THROW ((class out_of_input))
2401{ 2396{
2402 wchar_t c = next_char (); 2397 wchar_t c = next_char ();
2403 2398

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines