[PATCH 0/4] some wineconsole enhancements

Eric Pouech eric.pouech at orange.fr
Mon Nov 15 14:35:48 CST 2010


The following series implements a couple of enhancements to wineconsole:
- in user and curses mode, automatically extend console size to the containing
  term or user32-window size (fix for #3900)
- in curses mode, draw some borders and arrows (when possible (this should be Far
  users a bit more happy) (not available in user mode yet) 

---

Eric Pouech (4):
      [WineConsole]: now properly managing window position (in wineconsole) from within wineserver
      [WineConsole]: properly handle (user)-window resizing wrt the console
      [WineConsole]: added support for curses' window resizing
      [WineConsole]: in curse mode, map some box drawing attributes to ACS characters


 programs/wineconsole/curses.c          |  146 ++++++++++++++++++++++++++------
 programs/wineconsole/user.c            |   70 +++++++--------
 programs/wineconsole/winecon_private.h |    3 -
 programs/wineconsole/wineconsole.c     |   77 ++++++++++-------
 4 files changed, 196 insertions(+), 100 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list