@@ -217,7 +217,6 @@ term.cursor_hide() {
217
217
term.cursor_show () {
218
218
unset -v REPLY
219
219
220
-
221
220
local flag_print=' no' end=
222
221
term.private_util_validate_p 0 " $@ "
223
222
shift " $REPLY_SHIFT " || core.panic ' Failed to shift'
@@ -239,8 +238,6 @@ term.cursor_getpos() {
239
238
term.private_util_set_reply $' \e [6n'
240
239
}
241
240
242
-
243
-
244
241
# -------------------------------------------------------- #
245
242
# Erase #
246
243
# -------------------------------------------------------- #
@@ -290,7 +287,6 @@ term.erase_line() {
290
287
term.erase_screen_end () {
291
288
unset -v REPLY
292
289
293
-
294
290
local flag_print=' no' end=
295
291
term.private_util_validate_p 0 " $@ "
296
292
shift " $REPLY_SHIFT " || core.panic ' Failed to shift'
@@ -338,8 +334,6 @@ term.erase_saved_lines() { # TODO: better name?
338
334
term.private_util_set_reply $' \e [3J'
339
335
}
340
336
341
-
342
-
343
337
# -------------------------------------------------------- #
344
338
# Scroll #
345
339
# -------------------------------------------------------- #
@@ -370,8 +364,6 @@ term.scroll_up() {
370
364
term.private_util_set_reply $' \e [M'
371
365
}
372
366
373
-
374
-
375
367
# -------------------------------------------------------- #
376
368
# Tab #
377
369
# -------------------------------------------------------- #
@@ -412,8 +404,6 @@ term.tab_clearall() {
412
404
term.private_util_set_reply $' \e [3g'
413
405
}
414
406
415
-
416
-
417
407
# -------------------------------------------------------- #
418
408
# Screen #
419
409
# -------------------------------------------------------- #
@@ -444,8 +434,6 @@ term.screen_restore() {
444
434
term.private_util_set_reply $' \e [?1049l'
445
435
}
446
436
447
-
448
-
449
437
# -------------------------------------------------------- #
450
438
# Color #
451
439
# -------------------------------------------------------- #
@@ -827,8 +815,6 @@ term.color_white() {
827
815
term.private_util_set_reply2 " \e[1;37m%s%s" " $text " " $end "
828
816
}
829
817
830
-
831
-
832
818
# -------------------------------------------------------- #
833
819
# Miscellaneous #
834
820
# -------------------------------------------------------- #
@@ -843,12 +829,9 @@ term.beep() {
843
829
shift " $REPLY_SHIFT " || core.panic ' Failed to shift'
844
830
unset -v REPLY_SHIFT
845
831
846
-
847
832
term.private_util_set_reply $' \a '
848
833
}
849
834
850
-
851
-
852
835
# -------------------------------------------------------- #
853
836
# Deprecated #
854
837
# -------------------------------------------------------- #
0 commit comments