Changeset 12c35df for editwin.c


Ignore:
Timestamp:
Oct 28, 2003, 7:56:35 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
cee1f25
Parents:
faf71b5
Message:
Fixed replies to loopback messages
Fixed smartnarrow on classes/instances with spaces
Don't allow duplicates in command history
Added the 'loggingdirection' variable
All loopback messages log to 'loopback' now
Print an error message if trying an invalid color for a filter
Fixed bug causing > not to go to end of editwin every time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • editwin.c

    rcf83b7a r12c35df  
    176176}
    177177
    178 
    179178/* malloc more space for the buffer */
    180179void _owl_editwin_addspace(owl_editwin *e)
     
    773772
    774773  /* do we need to scroll? */
     774  /*
    775775  if (e->buffy-e->topline > e->winlines) {
    776776    e->topline+=e->winlines/2;
    777777  }
     778  */
     779  owl_editwin_recenter(e);
    778780}
    779781
Note: See TracChangeset for help on using the changeset viewer.