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.245 by root, Fri Jan 6 18:33:30 2006 UTC vs.
Revision 1.246 by root, Fri Jan 6 18:36:21 2006 UTC

2890// read the next octet 2890// read the next octet
2891uint32_t 2891uint32_t
2892rxvt_term::next_octet () 2892rxvt_term::next_octet ()
2893{ 2893{
2894 return cmdbuf_ptr < cmdbuf_endp 2894 return cmdbuf_ptr < cmdbuf_endp
2895 ? *cmdbuf_ptr++ 2895 ? (unsigned char)*cmdbuf_ptr++
2896 : NOCHAR; 2896 : NOCHAR;
2897} 2897}
2898 2898
2899/* rxvt_cmd_getc () - Return next input character */ 2899/* rxvt_cmd_getc () - Return next input character */
2900/* 2900/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines