10
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made ToggleBroadcast accept an option so that input broadcasting can be enabled / disabled (not just toggled). More... almost 17 years ago
Fix typo (thanks to Bill White <[email protected]>) More... almost 17 years ago
Added missing new lines after some error messages More... almost 17 years ago
Removed (obsolete) scrollWithBuffer option. It caused problems if combined with ttyInhibitScroll. Thanks to Krzysiek Pawlik <[email protected]> for pointing it out. More... almost 17 years ago
Version bump to 0.5.4 More... almost 17 years ago
Lowered TIMEOUT_USEC by default, and made it an option in src/feature.h. Thanks to Roman Po??izka for pointing this out More... almost 17 years ago
Added mrxvt.terminfo to source distribution More... almost 17 years ago
Changed quicktimeout default from .005s to .05s. Should be unnoticiable by the user, and hopefully generate less timeouts (i.e. consume less CPU). More... almost 17 years ago
Removed a few more compile warnings (generated with -O2). More... almost 17 years ago
Removed compile warnings with -O2 More... almost 17 years ago
Preserve view when at very top of scroll back buffer More... almost 17 years ago
Fixed brain malfunction More... almost 17 years ago
Added -ic option to set the application icon. (Adapted from patch #1656294 by Stanislav Mekhanoshin) More... almost 17 years ago
Fixed scrollTtyOutputInhibit to scroll with the text More... almost 17 years ago
Made winTitleFormat a profile option More... almost 17 years ago
fix compile error when use Sun Studion 10 More... about 17 years ago
Added some debugging info More... about 17 years ago
1. Removed --focusDelay option (no longer necessary) 2. Ignored FocusGrab and FocusUngrab type focus events. This type of focus event caused an annoying "blinking" when off focus fading is used. (Thanks to Roman Porízka for pointing this out). More... about 17 years ago
Fix scrolling bug (thanks to Mihail Zenkov for pointing this out). More... about 17 years ago
make rxvt_dbgmsg a macro instead of a function and is only used for debug/verbose level More... about 17 years ago
clean up More... about 17 years ago
clean up fprintf(stderr, ...) and debugging code More... about 17 years ago
oooops, forget to check in the source code ;-) More... about 17 years ago
add new debug facility More... about 17 years ago
Made sure debugging info in rxvt_tt_winsize does not reach child process More... over 17 years ago
Fixed indent, and added debugging info to rxvt_tt_winsize More... over 17 years ago
1. Added --enable-use-fifo compile time option for people paranoid about security. (Requires rerun of bootstrap.sh). 2. Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts to brighten even non-primary colors instead of drawing them in bold. (Respects boldColors and veryBright). More... over 17 years ago
<Enter> should send CR not LF. (Error made in rev 206, since most programs translate LF to CR, and I thought <Enter> was sending LF). More... over 17 years ago
Updated Changelog to include r->num_fds bugfix in previous commit More... over 17 years ago
Added a UseFifo macro to enable / disable --useFifo at runtime. Defined a macro that opens a "mrxvt console" in a new tab (bound to Ctrl+Shift+c by default). More... over 17 years ago