[ minicom-Bugs-302711 ] break in pop position
noreply at alioth.debian.org
noreply at alioth.debian.org
Sat Dec 17 15:46:23 UTC 2005
Bugs item #302711, was opened at 2005-12-13 21:16
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=100031&aid=302711&group_id=30018
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: break in pop position
Initial Comment:
in vt100.c
------------
case 'u': /* Restore them */
#if TRANSLATE
vt_charset = savecharset;
vt_trans[0] = savetrans[0];
vt_trans[1] = savetrans[1];
#endif
break; //<<<< ---- BREAK DISABLES THIS FUNCTION --------
vt_win->color = savecol; /* HACK should use wsetfgcol etc */
wsetattr(vt_win, saveattr);
wlocate(vt_win, savex, savey);
break;
----------------------------
----------------------------------------------------------------------
>Comment By: Adam Lackorzynski (al-guest)
Date: 2005-12-17 16:46
Message:
Logged In: YES
user_id=104
There's no break in the CVS head version.
----------------------------------------------------------------------
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=100031&aid=302711&group_id=30018
More information about the minicom-devel
mailing list