about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-06 22:15:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-11-06 22:15:00 -0700
commit484575323b4815bc711bc02563d6dc30b0ba130b (patch)
tree88ade11ea1e9683add0fe54a83154bdc6579b394
parent1d0d1fb31d130d860c45daab707c68b77e44be1c (diff)
downloadteliva-484575323b4815bc711bc02563d6dc30b0ba130b.tar.gz
apps don't need to setlocale; it's hardcoded
-rw-r--r--life.teliva1
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()