~ghost08/tcell-term

74164f698637ec0d477ecbf7fded148a8dd3dd68 — Tim Culverhouse 1 year, 2 months ago a649fda
chore: remove old comment

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
1 files changed, 0 insertions(+), 1 deletions(-)

M termutil/charsets.go
M termutil/charsets.go => termutil/charsets.go +0 -1
@@ 54,7 54,6 @@ func (t *Terminal) scsHandler(pty chan MeasuredRune, which int) bool {

	cs, ok := charSets[b.Rune]
	if ok {
		//terminal.logger.Debugf("Selected charset %v into G%v", string(b), which)
		t.activeBuffer.charsets[which] = cs
		return false
	}