littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

More improvements #21

Closed Moosems closed 1 year ago

Moosems commented 1 year ago

Fix #5 and some improvements

littlewhitecloud commented 1 year ago

Think a “KeyPress” is in need. But this still doesn't work.

littlewhitecloud commented 1 year ago

Still think a scrollbar is enough. Because we can use pythonwarp = "char" to avoid too long command on a line.

        self.text = Text(
            self,
            ...
            wrap="char",
            font=("Cascadia Code", 9, "normal"),
        )

image

littlewhitecloud commented 1 year ago

Don't take the editor config checker too seriously. Because I am afraid of my editor doesn’t follow the .editor or I edit on the GitHub editor. So I add a checker to check it…