I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tab completion for command input. RFE #23909. More... over 16 years ago
Update the caption when the group for a window changes. The bug where the caption doesn't update after a group-change is reproduced best when there are split regions. This change fixes that. More... over 16 years ago
When a group window is killed, reset the group for the windows belonging to the group. References #23829. More... over 16 years ago
Send SIGWINCH to a window only when focused. The documentation for resize.c:CheckScreenSize says to modify all windows only when change_flag is 2. But ChangeScreenSize goes ahead and resizes every window regardless of the value of change_flag. This caused SIGWINCH to be sent to windows not in focus. This change fixes the issue. Closes #23771. More... over 16 years ago
Do not allow resizing scrollback buffer in copy mode. Trying to resize the scrollback when in copy mode causes a crash, reported in #20660. More... over 16 years ago
Merge branch 'master' of git://git.savannah.gnu.org/screen More... over 16 years ago
Use typecasting correctly to remove some compile warnings. More... over 16 years ago
Add readine-like behaviour for ,  in input layer. Pressing  erases a word backward, and  deletes the character under the cursor. RFE #23828. More... over 16 years ago
exg: Fix warnings on type-mismatched pointers, process.c. More... over 16 years ago
Fix a bug in monitor mode toggling when defmonitor is on. The bug existed if compiled with multiuser support. Thanks to Maarten Billemont and Geraint Edwards for reporting the bug and testing the fix. (#23817) More... over 16 years ago
Allow relative arguments for the ":number" command. The argument to ":number" can be prefixed with '+' or '-' to use it as a relative argument. More... over 16 years ago
Repeat last search in the opposite direction. Add vi behaviour of searching in the reverse direction when 'N' is pressed in copy mode. Initial patch was submitted by Benjamin Andresen (#19336). More... over 16 years ago
Sadrul: copy cmd needs display. More... over 16 years ago
Honor flags with ResizeRegions (#22096) More... over 16 years ago
Bill Purcell's FfTt;, patch. More... over 16 years ago
sadrul's patch to fix the group command (typo). More... over 16 years ago
Sadrul's patch to fix hardstatus/caption updates on window number/name change. More... over 16 years ago
Thanks to exg: struct lay * -> struct layout * More... over 16 years ago
Added basic ignore settings for git. More... over 16 years ago
more screen-like layout commands More... almost 18 years ago
- new concepts: layouts, groups - new resize code, we now use weights More... almost 18 years ago
first stab at vertical split More... about 18 years ago
typo fixes More... over 18 years ago
merged again More... over 18 years ago
enouf testing More... about 19 years ago
anotherone More... about 19 years ago
Testing commit mails. Notification should go to [email protected], diffs should go to [email protected] More... about 19 years ago
From: bill <[email protected]> To: [email protected] Subject: Re: vertical split Date: Tue, 20 Dec 2005 07:21:51 +0000 More... about 19 years ago
bug #14383 overview: Attaching from inside of screen bug More... about 19 years ago
bug #15002 overview: screen 4.0.2 fails to compile successfully on aix 5.3 box fixed. More... about 19 years ago