Cite This Page
Bibliographic details for Terminal control/Determine the height and width of the terminal window
- Page name: Terminal control/Determine the height and width of the terminal window
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 3 August 2011 14:43 UTC
- Date retrieved: 24 March 2025 04:26 UTC
- Permanent URL: https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402
- Page Version ID: 196402
Citation styles for Terminal control/Determine the height and width of the terminal window
APA style
Terminal control/Determine the height and width of the terminal window. (2011, August 3). Rosetta Code. Retrieved 04:26, March 24, 2025 from https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402.
MLA style
"Terminal control/Determine the height and width of the terminal window." Rosetta Code. 3 Aug 2011, 14:43 UTC. 24 Mar 2025, 04:26 <https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402>.
MHRA style
Rosetta Code contributors, 'Terminal control/Determine the height and width of the terminal window', Rosetta Code, 3 August 2011, 14:43 UTC, <https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402> [accessed 24 March 2025]
Chicago style
Rosetta Code contributors, "Terminal control/Determine the height and width of the terminal window," Rosetta Code, https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402 (accessed March 24, 2025).
CBE/CSE style
Rosetta Code contributors. Terminal control/Determine the height and width of the terminal window [Internet]. Rosetta Code; 2011 Aug 3, 14:43 UTC [cited 2025 Mar 24]. Available from: https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402.
Bluebook style
Terminal control/Determine the height and width of the terminal window, https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402 (last visited March 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Terminal control/Determine the height and width of the terminal window --- Rosetta Code{,} ", year = "2011", url = "https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402", note = "[Online; accessed 24-March-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Terminal control/Determine the height and width of the terminal window --- Rosetta Code{,} ", year = "2011", url = "\url{https://rosettacode.org/wiki/Terminal_control/Determine_the_height_and_width_of_the_terminal_window?oldid=196402}", note = "[Online; accessed 24-March-2025]" }