Opened 15 years ago
Closed 14 years ago
#100 closed defect (fixed)
typewindelta hides status messages
Reported by: | quentin@mit.edu | Owned by: | nelhage@mit.edu |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui | Keywords: | |
Cc: |
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.
Change History (1)
comment:1 Changed 14 years ago by davidben@mit.edu
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This appears fixed in master. I believe some combination of owl_window and limiting typewindelta to multiline editwins took care of it. (It appears each individually will fix it.)