help-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[zile-devel] Some changes


From: David A. Capello
Subject: [zile-devel] Some changes
Date: Sat, 29 Jan 2005 23:52:37 -0300
User-agent: Opera M2/7.54 (Win32, build 3865)

First of all, good job Reuben.

Anyway I modify the forward/backward/mark_paragraph,
functions to be more like Emacs behavior.

Also I fixed term_allegro, and I modified something
in main that maybe could be dangerous for the other
terminals (please, test it):

    for (;;) {
      if (lastflag & FLAG_NEED_RESYNC)
        resync_redisplay();
-     term_redisplay();
-     term_refresh();

      minibuf_clear();

      thisflag = 0;
      if (lastflag & FLAG_DEFINING_MACRO)
--- 74,83 ----
    for (;;) {
      if (lastflag & FLAG_NEED_RESYNC)
        resync_redisplay();

      minibuf_clear();
+     term_redisplay();
+     term_refresh();

      thisflag = 0;
      if (lastflag & FLAG_DEFINING_MACRO)

--
http://www.davidcapello.com.ar/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]