projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e745f
)
*** empty log message ***
author
root
<root>
Mon, 26 Nov 2007 12:17:48 +0000
(12:17 +0000)
committer
root
<root>
Mon, 26 Nov 2007 12:17:48 +0000
(12:17 +0000)
src/optinc.h
patch
|
blob
|
history
src/rxvt.h
patch
|
blob
|
history
diff --git
a/src/optinc.h
b/src/optinc.h
index e4e7858f06df6f57f66ae8059958e21516a781ce..56c86a6ddb2edb0b3a72e93a5f49116a13714540 100644
(file)
--- a/
src/optinc.h
+++ b/
src/optinc.h
@@
-1,6
+1,5
@@
// all resource indices, used by rxvtlib.h and rxvtperl.xs
- def(console, 0)
def(loginShell, 1)
def(iconic, 2)
def(visualBell, 3)
@@
-57,4
+56,5
@@
#else
nodef(iso14755_52)
#endif
+ def(console, 33)
diff --git
a/src/rxvt.h
b/src/rxvt.h
index fdc05ddadeb207d5531ee981fa289f191e39f052..616e5eaabd8910993ff1ba28e1ea1aa7278154d3 100644
(file)
--- a/
src/rxvt.h
+++ b/
src/rxvt.h
@@
-1273,7
+1273,8
@@
struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
bool option (uint8_t opt) const NOTHROW
{
- if (!opt) return 0;
+ if (!opt)
+ return 0;
--opt;
return options[opt >> 3] & (1 << (opt & 7));