[ minicom-Bugs-302711 ] break in pop position

noreply at alioth.debian.org noreply at alioth.debian.org
Tue Dec 13 20:16:24 UTC 2005


Bugs item #302711, was opened at 2005-12-13 20: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: Open
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; 
----------------------------


----------------------------------------------------------------------

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