diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 22:15:00 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 22:15:00 -0700 |
commit | 484575323b4815bc711bc02563d6dc30b0ba130b (patch) | |
tree | 88ade11ea1e9683add0fe54a83154bdc6579b394 | |
parent | 1d0d1fb31d130d860c45daab707c68b77e44be1c (diff) | |
download | teliva-484575323b4815bc711bc02563d6dc30b0ba130b.tar.gz |
apps don't need to setlocale; it's hardcoded
-rw-r--r-- | life.teliva | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/life.teliva b/life.teliva index 788125e..5d26b72 100644 --- a/life.teliva +++ b/life.teliva @@ -1,4 +1,3 @@ -os.setlocale("en_US.UTF-8") window = curses.stdscr() |