comment update
This commit is contained in:
+3
-2
@@ -4411,8 +4411,9 @@ optfn_boolean(int optidx, int req, boolean negated, char *opts, char *op)
|
|||||||
if (WINDOWPORT("tty") && !g.opt_initial && !negated) {
|
if (WINDOWPORT("tty") && !g.opt_initial && !negated) {
|
||||||
perm_invent_toggled(FALSE);
|
perm_invent_toggled(FALSE);
|
||||||
/* perm_invent_toggled()
|
/* perm_invent_toggled()
|
||||||
-> tty_create_nhwindow(WIN_TTYINVENT)
|
-> sync_perminvent()
|
||||||
-> tty_create_invent()
|
-> tty_update_invent_core()
|
||||||
|
-> tty_create_invent()
|
||||||
gives feedback for failure (terminal too small) */
|
gives feedback for failure (terminal too small) */
|
||||||
if (g.perm_invent_win == WIN_ERR)
|
if (g.perm_invent_win == WIN_ERR)
|
||||||
return optn_silenterr;
|
return optn_silenterr;
|
||||||
|
|||||||
Reference in New Issue
Block a user