cmdr
Check-in [3a3373bf88]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:pager, tty - Fix version numbers
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3a3373bf883cc019e6d24cfbd81b3df0e07b47e0
User & Date: andreask 2015-04-17 22:15:45.016
Context
2015-04-17
22:18
Docs - Separate package version information from the project version number. Regenerated docs. check-in: c8ea7fb2f9 user: andreask tags: trunk
22:15
pager, tty - Fix version numbers check-in: 3a3373bf88 user: andreask tags: trunk
07:05
Updated copyright year and regenerated the docs. check-in: 04e9011d18 user: aku tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to pager.tcl.
114
115
116
117
118
119
120
121

    debug.cmdr/pager {==> ($cmd)}
    return $cmd
}

# # ## ### ##### ######## ############# #####################
## Ready
package provide cmdr::pager 0







|
114
115
116
117
118
119
120
121

    debug.cmdr/pager {==> ($cmd)}
    return $cmd
}

# # ## ### ##### ######## ############# #####################
## Ready
package provide cmdr::pager 1
Changes to tty.tcl.
53
54
55
56
57
58
59
60
    proc ::cmdr::tty::stdout {} {
	debug.cmdr/tty {-- unix/osx --}
	fstat stdout tty
    }
}

# # ## ### ##### ######## #############
package provide cmdr::tty 0







|
53
54
55
56
57
58
59
60
    proc ::cmdr::tty::stdout {} {
	debug.cmdr/tty {-- unix/osx --}
	fstat stdout tty
    }
}

# # ## ### ##### ######## #############
package provide cmdr::tty 1