Add raw command to view raw terminal esc codes

This commit is contained in:
Zachary Yedidia
2017-11-29 01:06:16 -05:00
parent acd42df13c
commit bdb699211a
7 changed files with 51 additions and 7 deletions

View File

@@ -253,7 +253,7 @@ func LoadAll() {
}
}
// Passing -version as a flag will have micro print out the version number
// Command line flags
var flagVersion = flag.Bool("version", false, "Show the version number and information")
var flagStartPos = flag.String("startpos", "", "LINE,COL to start the cursor at when opening a buffer.")
var flagConfigDir = flag.String("config-dir", "", "Specify a custom location for the configuration directory")