Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 116)

Ticket Owner Reporter Resolution Summary
#99 kcr@mit.edu ike@MIT.EDU fixed Backspacing past the top of the editwin does not scroll text
Description

When you've typed text that takes up more lines than your editwin has room for, the editwin scrolls at least some of those lines out of the way. If you then use backspace to delete text, and you reach the top of the editwin, pressing backspace should scroll the text so that you can see what you're deleting. Currently, it does not, so a user might keep pressing backspace, not realizing that they're still deleting text, until they use some method like arrow keys or C-p to navigate up a line to see what has been wrought by their idle typing.

#100 nelhage@mit.edu quentin@mit.edu fixed typewindelta hides status messages
Description

When typewindelta is set to a non-0 value, status messages from the output of commands do not appear. e.g.:

:sub foobarbaz
# Prints "Subscription added"
:unsub foobarbaz
:set typewindelta 1
:sub foobarbaz
# Doesn't print anything

I expect the message is getting shown and then immediately overwritten.

#109 nelhage@mit.edu xavid@mit.edu :irc-join channel without # fails silently
Description

Trying to join an IRC channel but leaving off the initial # displays no error but seems to do nothing.

Note: See TracQuery for help on using queries.