summaryrefslogtreecommitdiff
path: root/pico/main.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-10-23 23:15:11 -0600
committerEduardo Chappa <chappa@washington.edu>2016-10-23 23:15:11 -0600
commitfbdc659829a66b2bfb4439d18b1826434e546ef7 (patch)
treebd8dee948fbe096fc0632f7be280e5317b3efc9f /pico/main.c
parent676cd02ce359b370b67cc2fbd0008e9a83582494 (diff)
downloadalpine-fbdc659829a66b2bfb4439d18b1826434e546ef7.tar.xz
* Deleting from the end of the line in the composer, still showed
deleted characters. Reported bt Mark Peveto.
Diffstat (limited to 'pico/main.c')
-rw-r--r--pico/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pico/main.c b/pico/main.c
index 1123b467..eba0b3bd 100644
--- a/pico/main.c
+++ b/pico/main.c
@@ -409,13 +409,12 @@ main(int argc, char *argv[])
peeol();
}
+ update(); /* Fix up the screen */
if(km_popped){
term.t_mrow = 0;
curwp->w_ntrows += 2;
}
- update(); /* Fix up the screen */
-
#ifdef MOUSE
#ifdef EX_MOUSE
/* New mouse function for real mouse text seletion. */
@@ -976,6 +975,9 @@ Loop:
tbfc, tbbc, klfc, klbc, knfc, knbc, stfc, stbc, prfc, prbc,
q1fc, q1bc, q2fc, q2bc, q3fc, q3bc, sbfc, sbbc);
+ if(Pcolors)
+ pico_toggle_color(1);
+
/* return the first filename for editing */
if(ac > 0)
return(*av);