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.223 by root, Sun Jan 1 05:28:28 2006 UTC vs.
Revision 1.225 by root, Sun Jan 1 13:35:14 2006 UTC

48#include "../config.h" /* NECESSARY */ 48#include "../config.h" /* NECESSARY */
49#include "rxvt.h" /* NECESSARY */ 49#include "rxvt.h" /* NECESSARY */
50#include "version.h" 50#include "version.h"
51#include "command.h" 51#include "command.h"
52 52
53#if HAVE_SCHED_YIELD
54# include <sched.h>
55#endif
56
53#ifdef KEYSYM_RESOURCE 57#ifdef KEYSYM_RESOURCE
54# include "keyboard.h" 58# include "keyboard.h"
55#endif 59#endif
56 60
57#include <csignal> 61#include <csignal>
58
59#define HAVE_SCHED_YIELD 1 //D//TODO//FIXME
60#if HAVE_SCHED_YIELD
61# include <sched.h>
62#endif
63 62
64/*----------------------------------------------------------------------*/ 63/*----------------------------------------------------------------------*/
65 64
66#define IS_CONTROL(ch) !((ch) & 0xffffff60UL) 65#define IS_CONTROL(ch) !((ch) & 0xffffff60UL)
67 66
4064 if (mode) 4063 if (mode)
4065 SET_OPTION (Opt_intensityStyles); 4064 SET_OPTION (Opt_intensityStyles);
4066 else 4065 else
4067 CLR_OPTION (Opt_intensityStyles); 4066 CLR_OPTION (Opt_intensityStyles);
4068 4067
4069 want_refresh = 1; 4068 scr_touch (true);
4070 want_full_refresh = 1;
4071 break; 4069 break;
4072#endif 4070#endif
4073 case 1048: /* alternative cursor save */ 4071 case 1048: /* alternative cursor save */
4074 case 1049: 4072 case 1049:
4075 if (OPTION (Opt_secondaryScreen)) 4073 if (OPTION (Opt_secondaryScreen))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines