diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt
index 582aa67a1175b02e384550c38a7667479f82b6d3..a70a218a16888480b47e6885b027ae84b84dc72d 100644
--- a/src/conio/cterm.txt
+++ b/src/conio/cterm.txt
@@ -564,7 +564,7 @@ CSI Pn Y (CVT)
 
 	SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
 
-CSI Pn Z
+CSI Pn Z (CBT)
 	Cursor Backward Tabulation
 	Defaults: Pn = 1
 	Move the cursor to the p1th preceding tab stop.  Will not go past the
@@ -572,7 +572,7 @@ CSI Pn Z
 
 	SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
 
-CSI Pn `
+CSI Pn ` (HPA)
 	Character Position Absolute
 	Defaults: Pn = 1
 	Move the cursor to the specified position on the current row.