[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r49] by gi1242

Added a "ToggleFullscreen" macro

2006-06-06 03:52:05 Tree
[r48] by gi1242

Saved memory :). r->PixColors now only need to be of size TOTAL_COLORS (not
TOTAL_COLORS + 2*MAX_PAGES). With profiles, the fg/bg of each profile is stored
in the r->profile[i].fg/bg, and the fg/bg of each open tab is stored in PVTS(r,
page)->p_fg/p_bg.

2006-06-06 03:29:29 Tree
[r47] by jimmyzhou

add comments to kbuf

2006-06-03 03:41:51 Tree
[r46] by gi1242

Made r->h->kbuf static in rxvt_process_keypress()

2006-06-03 02:35:49 Tree
[r45] by jimmyzhou

make kbuf be local static array

2006-06-02 22:04:10 Tree
[r44] by gi1242

1. Fixed bug in --workingDirectory option (conflicts with Jimmies previous
patch to src/tabbar.c).
2. Allowed empty values for options. This lets us tell the difference between
options which have been cleared by the user, and options that have never been
set. (Need to make sure that the code treats empty and NULL options
similarly. So far, that seems to be the case.)

2006-06-02 19:20:21 Tree
[r43] by jimmyzhou

fix declaration of child_cwd and add comments of child_cwd

2006-06-02 18:11:46 Tree
[r42] by jimmyzhou

fix crash when calling XlookupString by replacing compse parameter with NULL pointer

2006-06-02 06:18:15 Tree
[r41] by gi1242

Updated sample to use the --workingDirectory profile option.

2006-06-01 22:51:05 Tree
[r40] by gi1242

Added a --workingDirectory (profile) option.

2006-05-31 23:12:17 Tree
Older >