diff --git a/System/Console/Terminfo/Cursor.hs b/System/Console/Terminfo/Cursor.hs
--- a/System/Console/Terminfo/Cursor.hs
+++ b/System/Console/Terminfo/Cursor.hs
@@ -53,7 +53,7 @@
 termLines :: Capability Int
 termColumns :: Capability Int
 termLines = tiGetNum "lines"
-termColumns = tiGetNum "columns"
+termColumns = tiGetNum "cols"
 
 -- | This flag specifies that the cursor wraps automatically from the last 
 -- column of one line to the first column of the next.
diff --git a/terminfo.cabal b/terminfo.cabal
--- a/terminfo.cabal
+++ b/terminfo.cabal
@@ -1,6 +1,6 @@
 Name:           terminfo
 Cabal-Version:  >=1.4
-Version:        0.3.2.2
+Version:        0.3.2.3
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE
