terrychou / iVim

A vim port to iOS.
599 stars 34 forks source link

ANSI Color codes in Term #178

Closed gkloss closed 2 years ago

gkloss commented 4 years ago

Hello iVim Team,

is it possible to get ANSI Color Codes working inside the iVim console? I was launching a ptpython promt and got this screen. IMG_1658

terrychou commented 4 years ago

It looks like you are running this in vim's cmdline, right? The ANSI code is supported in a term window. Try and launch one with :sh.

gkloss commented 4 years ago

Exactly! Will ANSI Color codes be supported in the cmdline? Running term window is working though.

terrychou commented 4 years ago

Because of the design and implementation, ANSI code support in the cmdline is not in the plan list. Besides, due to the difference between implementations of those two environments, running commands with ANSI code output in the term window would be more convenient and efficient.