跳转到内容

Ncurses:修订间差异

维基百科,自由的百科全书
删除的内容 添加的内容
许可:​ 修正笔误
无编辑摘要
 
(未显示3个用户的8个中间版本)
第11行: 第11行:
{{Infobox software
{{Infobox software
| name = ncurses
| name = ncurses
| screenshot = [[File:Linux-menuconfig.png|300px]]
| screenshot = Linux-menuconfig.png
| screenshot size = 300px
| caption = 基于ncurses的{{le|menuconfig|Menuconfig}}
| caption = 基于ncurses的{{le|menuconfig|Menuconfig}}
| developer = [[GNU计划]]
| developer = [[GNU计划]]
| latest release version = 6.1
| latest release version = 6.3
| latest release date = {{Release date and age|2018|01|27|df=yes}}
| latest release date = {{Release date and age|2021|11|08|df=yes}}
| operating system = [[POSIX]]
| operating system = [[POSIX]]
| genre = [[部件工具箱]]
| genre = [[部件工具箱]]
| license = 自由软件(宽松)
| license = [[MIT許可證|X11授權條款]]
| website = {{URL|http://www.gnu.org/software/ncurses/ncurses.html}}
| website = {{URL|https://invisible-island.net/ncurses/}}
}}
}}
<tt>'''ncurses'''</tt>('''n'''ew '''curses''')是一个[[库 (计算机)|程序库]],它提供了[[应用程序接口|API]],可以允许程序员编写独立于终端的{{le|基于文本的用户界面|Text-based_user_interface}}。它是一个[[虚拟终端]]中的“类[[图形用户界面|GUI]]”[[应用软件]]工具箱。它还优化了屏幕刷新方法,以减少使用远程[[Unix shell|shell]]时遇到的[[延迟 (工程学)|延迟]]。
<tt>'''ncurses'''</tt>('''n'''ew '''curses''')是一个[[库 (计算机)|程序库]],它提供了[[应用程序接口|API]],可以允许程序员编写独立于终端的{{le|基于文本的用户界面|Text-based_user_interface}}。它是一个[[虚拟终端]]中的“类[[图形用户界面|GUI]]”[[应用软件]]工具箱。它还优化了屏幕刷新方法,以减少使用远程[[Unix shell|shell]]时遇到的[[延迟 (工程学)|延迟]]。


== 历史 ==
== 历史 ==
'''n'''curses中的''N''来源于单词'''''n'''ew''。这是因为ncurses是System V第4.0版(SVr4)中<tt>[[curses (库)|curses]]</tt>的[[自由软件]]克隆, 而那又是停止开发的4.4 BSD curses的增强版。<ref name="ncurses Raymond"/>System V严格遵守了[[X/Open]]发布的XSI Curses标准。
'''n'''curses中的''n''来源于单词'''''n'''ew''。这是因为ncurses是System V第4.0版(SVr4)中<tt>[[curses (库)|curses]]</tt>的[[自由软件]]克隆, 而那又是停止开发的4.4 BSD curses的增强版。<ref name="ncurses Raymond"/>System V严格遵守了[[X/Open]]发布的XSI Curses标准。


=== curses ===
=== curses ===
第34行: 第35行:
|author=Eric S. Raymond
|author=Eric S. Raymond
|publisher=Linux Journal
|publisher=Linux Journal
|date=September 1995}}</ref>
|date=September 1995
|accessdate=2013-05-10
|archive-date=2012-02-26
|archive-url=https://www.webcitation.org/65jfnrFoU?url=http://www.linuxjournal.com/article/1124
|dead-url=no
}}</ref>


BSD curses库的成功促使贝尔实验室在他们的System III和System V第1版[[Unix]]系统中,发布增强的curses库。这个库功能更强大,而且它用[[terminfo]]代替了termcap。然而,由于[[美国电话电报公司|AT&T]]的源代码分发政策,改进的curses库并没有被BSD社区广泛接受。<ref name="ncurses Raymond"/>
BSD curses库的成功促使贝尔实验室在他们的System III和System V第1版[[Unix]]系统中,发布增强的curses库。这个库功能更强大,而且它用[[terminfo]]代替了termcap。然而,由于[[美国电话电报公司|AT&T]]的源代码分发政策,改进的curses库并没有被BSD社区广泛接受。<ref name="ncurses Raymond"/>
第43行: 第49行:
|title=NCURSES - New Curses
|title=NCURSES - New Curses
|author=Thomas E. Dickey
|author=Thomas E. Dickey
|date=December 1996}}</ref>
|date=December 1996
|accessdate=2013-05-10
|archive-date=2019-05-08
|archive-url=https://web.archive.org/web/20190508185622/https://invisible-island.net/ncurses/
|dead-url=no
}}</ref>


=== ncurses ===
=== ncurses ===
1991年年底时,在Zeyd Ben-Halim的努力下,pcurses库得到了进一步改善。<ref name="ncurses Raymond"/><ref name="ncurses Dickey"/><ref>The [[README]] file in ncurses 1.8.1 states "v0.1 July 31, 1992" and "v1.8.1 November 5, 1993", which agrees with the [http://invisible-island.net/ncurses/NEWS.gz NEWS (changelog) file]</ref>
1991年年底时,在Zeyd Ben-Halim的努力下,pcurses库得到了进一步改善。<ref name="ncurses Raymond"/><ref name="ncurses Dickey"/><ref>The [[README]] file in ncurses 1.8.1 states "v0.1 July 31, 1992" and "v1.8.1 November 5, 1993", which agrees with the [http://invisible-island.net/ncurses/NEWS.gz NEWS (changelog) file] {{Wayback|url=http://invisible-island.net/ncurses/NEWS.gz |date=20170613025220 }}</ref>
1993年11月,新库以名字'''ncurses'''发布了,它的首个主版本为1.8.1。
1993年11月,新库以名字'''ncurses'''发布了,它的首个主版本为1.8.1。
随后版本1.8.8(1995)的工作由[[埃里克·雷蒙]]主导,他添加了Juergen Pfeifer编写的表单和菜单库。<ref>[http://invisible-island.net/ncurses/ncurses.faq.html#who_did_it NCURSES - Frequently Asked Questions (FAQ): Who wrote NCURSES?]</ref>1996年起,它一直由[[Thomas Dickey|Thomas E. Dickey]]维护。<ref name="ncurses Dickey"/>
随后版本1.8.8(1995)的工作由[[埃里克·雷蒙]]主导,他添加了Juergen Pfeifer编写的表单和菜单库。<ref>{{Cite web |url=http://invisible-island.net/ncurses/ncurses.faq.html#who_did_it |title=NCURSES - Frequently Asked Questions (FAQ): Who wrote NCURSES? |accessdate=2013-05-10 |archive-date=2018-08-21 |archive-url=https://web.archive.org/web/20180821220741/http://invisible-island.net/ncurses/ncurses.faq.html#who_did_it |dead-url=yes }}</ref>1996年起,它一直由[[Thomas Dickey|Thomas E. Dickey]]维护。<ref name="ncurses Dickey"/>


大多数ncurses调用可以很方便地移植到旧的curses上。只需[[编译器|重新编译]],System V的curses实现就可以支持BSD的curses程序。<ref>[http://invisible-island.net/ncurses/hackguide.html#abstract A Hacker's Guide to Ncurses Internals]</ref>然而,一些地方却存在问题,如在处理终端缩放上,因为旧的curses没有对应的功能。
大多数ncurses调用可以很方便地移植到旧的curses上。只需[[编译器|重新编译]],System V的curses实现就可以支持BSD的curses程序。<ref>{{Cite web |url=http://invisible-island.net/ncurses/hackguide.html#abstract |title=A Hacker's Guide to Ncurses Internals |accessdate=2013-05-10 |archive-date=2018-03-21 |archive-url=https://web.archive.org/web/20180321230408/http://invisible-island.net/ncurses/hackguide.html#abstract |dead-url=no }}</ref>然而,一些地方却存在问题,如在处理终端缩放上,因为旧的curses没有对应的功能。


== 终端数据库 ==
== 终端数据库 ==
第62行: 第73行:
|archiveurl = https://web.archive.org/web/20110516153514/http://www.isc.org/index.pl?%2Fsources%2Futils%2Fterminal%2Fmytinfo.php
|archiveurl = https://web.archive.org/web/20110516153514/http://www.isc.org/index.pl?%2Fsources%2Futils%2Fterminal%2Fmytinfo.php
|archivedate = 2011年5月16日
|archivedate = 2011年5月16日
|accessdate = 2017年11月12日
}}</ref>)都可以使用。
}}</ref>)都可以使用。


== 许可 ==
== 许可 ==
Ncurses是[[GNU计划]]的一部分。
Ncurses是[[GNU计划]]的一部分。
它是极少数不在[[GNU通用公共许可证|GNU GPL]]或[[GNU宽通用公共许可证|LGPL]]下分发的GNU文件;它是在一个类似于[[MIT许可证]]的[[宽自由软件许可证]]下分发的。<ref name="Is it GPL">[http://invisible-island.net/ncurses/ncurses.faq.html#is_it_gpl NCURSES - Frequently Asked Questions (FAQ): Is it GPL'd?]</ref>
它是极少数不在[[GNU通用公共许可证|GNU GPL]]或[[GNU宽通用公共许可证|LGPL]]下分发的GNU文件;它是在一个类似于[[MIT许可证]]的[[宽自由软件许可证]]下分发的。<ref name="Is it GPL">{{Cite web |url=http://invisible-island.net/ncurses/ncurses.faq.html#is_it_gpl |title=NCURSES - Frequently Asked Questions (FAQ): Is it GPL'd? |accessdate=2013-05-10 |archive-date=2018-08-21 |archive-url=https://web.archive.org/web/20180821220741/http://invisible-island.net/ncurses/ncurses.faq.html#is_it_gpl |dead-url=yes }}</ref>
这是由于在开发者指定版权时,协议是由[[自由软件基金会]]起草的。
这是由于在开发者指定版权时,协议是由[[自由软件基金会]]起草的。


第87行: 第99行:
|archiveurl = https://web.archive.org/web/20120218074708/http://freshmeat.net/search/?q=ncurses&section=projects&Go.x=0&Go.y=0
|archiveurl = https://web.archive.org/web/20120218074708/http://freshmeat.net/search/?q=ncurses&section=projects&Go.x=0&Go.y=0
|archivedate = 2012-02-18
|archivedate = 2012-02-18
|accessdate = 2013-05-10
}}</ref><ref>{{Cite web
}}</ref><ref>{{Cite web
|url=http://www.ohloh.net/tags/ncurses
|url=http://www.ohloh.net/tags/ncurses
|title=Projects tagged ‘ncurses’
|title=Projects tagged ‘ncurses’
|publisher=ohloh
|publisher=ohloh
|accessdate=2013-05-10
}}</ref>一些程序,如[[GNU Screen]]和[[w3m]],只使用termcap接口执行屏幕管理。另一些,如[[Midnight Commander|GNU Midnight Commander]]和[[YaST]],使用curses编程接口。
|archive-date=2013-05-15
|archive-url=https://web.archive.org/web/20130515124809/http://www.ohloh.net/tags/ncurses
|dead-url=yes
}}</ref>一些程序,如[[GNU Screen]]和[[w3m]],只使用termcap接口执行屏幕管理。另一些,如[[Midnight Commander|GNU Midnight Commander]]和[[YaST]],使用curses编程接口。


== 参见 ==
== 参见 ==
第107行: 第124行:
<!-- This list is excessive. It needs to be simplified or included in the article -->
<!-- This list is excessive. It needs to be simplified or included in the article -->
* {{Official website|http://www.gnu.org/software/ncurses/ncurses.html}}
* {{Official website|http://www.gnu.org/software/ncurses/ncurses.html}}
* [http://invisible-island.net/ncurses/ncurses.faq.html NCURSES — Frequently Asked Questions (FAQ)],Thomas Dickey
* [http://invisible-island.net/ncurses/ncurses.faq.html NCURSES — Frequently Asked Questions (FAQ)]{{Wayback|url=http://invisible-island.net/ncurses/ncurses.faq.html |date=20180821220741 }},Thomas Dickey


=== 编程介绍 ===
=== 编程介绍 ===
* “[http://invisible-island.net/ncurses/ncurses-intro.html Writing Programs with NCURSES]”,[[埃里克·雷蒙]]和[[Zeyd M. Ben-Halim]]
* “[http://invisible-island.net/ncurses/ncurses-intro.html Writing Programs with NCURSES]{{Wayback|url=http://invisible-island.net/ncurses/ncurses-intro.html |date=20130425070129 }}”,[[埃里克·雷蒙]]和[[Zeyd M. Ben-Halim]]
* [http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ ncurses Programming HOWTO]([http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/NCURSES-Programming-HOWTO.pdf PDF版本])
* [http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ ncurses Programming HOWTO]{{Wayback|url=http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ |date=20130501101147 }}([http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/NCURSES-Programming-HOWTO.pdf PDF版本]{{Wayback|url=http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/NCURSES-Programming-HOWTO.pdf |date=20130513004829 }}
* [http://www.writeka.com/ed/ncurses_library.html ncurses Beginner's Tutorial]
* [https://web.archive.org/web/20130605233520/http://writeka.com/ed/ncurses_library.html ncurses Beginner's Tutorial]
* [http://invisible-island.net/ncurses/hackguide.html A Hacker's Guide to NCURSES]
* [http://invisible-island.net/ncurses/hackguide.html A Hacker's Guide to NCURSES]{{Wayback|url=http://invisible-island.net/ncurses/hackguide.html |date=20180321230408 }}


=== 工具箱 ===
=== 工具箱 ===
* [http://ndk-xx.sourceforge.net/ NDK++] C++开发工具包
* [http://ndk-xx.sourceforge.net/ NDK++]{{Wayback|url=http://ndk-xx.sourceforge.net/ |date=20130327025851 }} C++开发工具包


=== 语言绑定 ===
=== 语言绑定 ===
* [http://invisible-island.net/ncurses/Ada95.html '''Ada95'''绑定]
* [http://invisible-island.net/ncurses/Ada95.html '''Ada95'''绑定]{{Wayback|url=http://invisible-island.net/ncurses/Ada95.html |date=20130303080109 }}
* [[:sourceforge:projects/curses-sharp/|'''C#'''绑定]]
* [[:sourceforge:projects/curses-sharp/|'''C#'''绑定]]
* [http://common-lisp.net/project/cl-ncurses/ ANSI '''Common Lisp'''绑定]
* [http://common-lisp.net/project/cl-ncurses/ ANSI '''Common Lisp'''绑定]{{Wayback|url=http://common-lisp.net/project/cl-ncurses/ |date=20130122085726 }}
* [https://web.archive.org/web/20130313160546/http://www.freepascal.org/packages/ncurses.html '''Free Pascal'''绑定]
* [https://web.archive.org/web/20130313160546/http://www.freepascal.org/packages/ncurses.html '''Free Pascal'''绑定]
* [https://web.archive.org/web/20121226064552/http://logik.li/projects/gocurses '''Go'''绑定]
* [https://web.archive.org/web/20121226064552/http://logik.li/projects/gocurses '''Go'''绑定]
* [http://www.gnu.org/software/guile-ncurses/ GNU '''Guile'''绑定]
* [http://www.gnu.org/software/guile-ncurses/ GNU '''Guile'''绑定]{{Wayback|url=http://www.gnu.org/software/guile-ncurses/ |date=20130510113031 }}
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hscurses/ '''Haskell'''绑定]
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hscurses/ '''Haskell'''绑定]{{Wayback|url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hscurses/ |date=20120212082858 }}
* [[:sourceforge:projects/javacurses/|'''Java'''绑定]]
* [[:sourceforge:projects/javacurses/|'''Java'''绑定]]
* [http://SpiderApe.sourceforge.net/plugins/ncurses/ '''JavaScript'''绑定]
* [http://SpiderApe.sourceforge.net/plugins/ncurses/ '''JavaScript'''绑定]{{Wayback|url=http://spiderape.sourceforge.net/plugins/ncurses/ |date=20200804105810 }}
* [http://www.t2-project.org/packages/lua-curses.html '''Lua'''绑定]
* [http://www.t2-project.org/packages/lua-curses.html '''Lua'''绑定]{{Wayback|url=http://www.t2-project.org/packages/lua-curses.html |date=20130521050936 }}
* [http://github.com/mscdex/node-ncurses/ '''Node.js'''绑定]
* [http://github.com/mscdex/node-ncurses/ '''Node.js'''绑定]{{Wayback|url=http://github.com/mscdex/node-ncurses/ |date=20140802143108 }}
* [http://search.cpan.org/~giraffed/Curses-1.28/ '''Perl'''绑定]
* [http://search.cpan.org/~giraffed/Curses-1.28/ '''Perl'''绑定]{{Wayback|url=http://search.cpan.org/~giraffed/Curses-1.28/ |date=20130301050440 }}
* [http://www.php.net/manual/en/ref.ncurses.php '''PHP'''终端屏幕控制功能]
* [http://www.php.net/manual/en/ref.ncurses.php '''PHP'''终端屏幕控制功能]{{Wayback|url=http://www.php.net/manual/en/ref.ncurses.php |date=20130424130722 }}
** [http://devzone.zend.com/173/using-ncurses-in-php/ 在PHP中使用Ncurses]
** [https://web.archive.org/web/20130803010851/http://devzone.zend.com/173/using-ncurses-in-php/ 在PHP中使用Ncurses]
* [https://web.archive.org/web/20080914134336/http://docs.python.org/lib/module-curses.html '''Python'''绑定]
* [https://web.archive.org/web/20080914134336/http://docs.python.org/lib/module-curses.html '''Python'''绑定]
* [https://web.archive.org/web/20121014012701/http://ncurses-ruby.berlios.de/ '''Ruby'''模块]
* [https://web.archive.org/web/20121014012701/http://ncurses-ruby.berlios.de/ '''Ruby'''模块]


=== 分发和-{zh-hans:包;zh-hant:封裝}- ===
=== 分发和-{zh-hans:包;zh-hant:封裝}- ===
* [http://gnuwin32.sourceforge.net/packages/ncurses.htm Ncurses package for Windows] – [[GnuWin32]]
* [http://gnuwin32.sourceforge.net/packages/ncurses.htm Ncurses package for Windows]{{Wayback|url=http://gnuwin32.sourceforge.net/packages/ncurses.htm |date=20130309045725 }} – [[GnuWin32]]


[[Category:GNU计划软件]]
[[Category:GNU计划软件]]

2021年11月9日 (二) 11:46的最新版本

ncurses
基于ncurses的menuconfig(英语:Menuconfig)
基于ncurses的menuconfig英语Menuconfig
開發者GNU计划
当前版本6.3(2021年11月8日,​3年前​(2021-11-08
源代码库 編輯維基數據鏈接
操作系统POSIX
类型部件工具箱
许可协议X11授權條款
网站invisible-island.net/ncurses/

ncursesnew curses)是一个程序库,它提供了API,可以允许程序员编写独立于终端的基于文本的用户界面英语Text-based_user_interface。它是一个虚拟终端中的“类GUI应用软件工具箱。它还优化了屏幕刷新方法,以减少使用远程shell时遇到的延迟

历史

[编辑]

ncurses中的n来源于单词new。这是因为ncurses是System V第4.0版(SVr4)中curses自由软件克隆, 而那又是停止开发的4.4 BSD curses的增强版。[1]System V严格遵守了X/Open发布的XSI Curses标准。

curses

[编辑]

1980年左右,加州大学伯克利分校为BSD操作系统开发了最初的curses库,以支持面向屏幕的游戏。它最初使用了termcap库,其他程序,如vi编辑器中也使用了这个库。[1]

BSD curses库的成功促使贝尔实验室在他们的System III和System V第1版Unix系统中,发布增强的curses库。这个库功能更强大,而且它用terminfo代替了termcap。然而,由于AT&T的源代码分发政策,改进的curses库并没有被BSD社区广泛接受。[1]

pcurses

[编辑]

约1982年时,帕维尔·柯蒂斯(Pavel Curtis)开发了贝尔实验室curses的免费软件克隆,名为pcurses。它由其他人维护到了1986年。[2]

ncurses

[编辑]

1991年年底时,在Zeyd Ben-Halim的努力下,pcurses库得到了进一步改善。[1][2][3] 1993年11月,新库以名字ncurses发布了,它的首个主版本为1.8.1。 随后版本1.8.8(1995)的工作由埃里克·雷蒙主导,他添加了Juergen Pfeifer编写的表单和菜单库。[4]1996年起,它一直由Thomas E. Dickey维护。[2]

大多数ncurses调用可以很方便地移植到旧的curses上。只需重新编译,System V的curses实现就可以支持BSD的curses程序。[5]然而,一些地方却存在问题,如在处理终端缩放上,因为旧的curses没有对应的功能。

终端数据库

[编辑]

Ncurses可以使用terminfo(与可扩展数据)或termcap。其它curses的实现一般使用terminfo;少数使用termcap。有极少数实现(mytinfo是一个时间较久的例外[6])都可以使用。

许可

[编辑]

Ncurses是GNU计划的一部分。 它是极少数不在GNU GPLLGPL下分发的GNU文件;它是在一个类似于MIT许可证宽自由软件许可证下分发的。[7] 这是由于在开发者指定版权时,协议是由自由软件基金会起草的。

在签署协议以将权利交给FSF时,有条款写道:

The Foundation promises that all distribution of the Package, or of any work "based on the Package", that takes place under the control of the Foundation or its agents or assignees, shall be on terms that explicitly and perpetually permit anyone possessing a copy of the work to which the terms apply, and possessing accurate notice of these terms, to redistribute copies of the work to anyone on the same terms.[7]

本基金会承诺,在本基金会、或其控制的代理人或受让人中,所分发的任何本软件包,或“基于本软件包”的任何作品,应在条款中明确,永久允许任何人拥有一份适用此条款的作品副本,且在条款中明确声明,以相同条款重分发此作品。

据维护者Thomas E. Dickey说,这排除了以任何版本的GPL重授权程序,因为它会对链接到这个库的程序产生限制。[7]

使用ncurses的程序

[编辑]

有成百的程序使用ncurses。[8][9]一些程序,如GNU Screenw3m,只使用termcap接口执行屏幕管理。另一些,如GNU Midnight CommanderYaST,使用curses编程接口。

参见

[编辑]

参考资料

[编辑]
  1. ^ 1.0 1.1 1.2 1.3 Eric S. Raymond. ncurses: Portable Screen-Handling for Linux. Linux Journal. September 1995 [2013-05-10]. (原始内容存档于2012-02-26). 
  2. ^ 2.0 2.1 2.2 Thomas E. Dickey. NCURSES - New Curses. December 1996 [2013-05-10]. (原始内容存档于2019-05-08). 
  3. ^ The README file in ncurses 1.8.1 states "v0.1 July 31, 1992" and "v1.8.1 November 5, 1993", which agrees with the NEWS (changelog) file页面存档备份,存于互联网档案馆
  4. ^ NCURSES - Frequently Asked Questions (FAQ): Who wrote NCURSES?. [2013-05-10]. (原始内容存档于2018-08-21). 
  5. ^ A Hacker's Guide to Ncurses Internals. [2013-05-10]. (原始内容存档于2018-03-21). 
  6. ^ Ross Ridge. mytinfo posting to comp.sources.unix newsgroup. Internet Systems Consortium, Inc. December 27, 1992 [2017年11月12日]. (原始内容存档于2011年5月16日). 
  7. ^ 7.0 7.1 7.2 NCURSES - Frequently Asked Questions (FAQ): Is it GPL'd?. [2013-05-10]. (原始内容存档于2018-08-21). 
  8. ^ Search results: +ncurses. freshmeat.net. [2013-05-10]. (原始内容存档于2012-02-18). 
  9. ^ Projects tagged ‘ncurses’. ohloh. [2013-05-10]. (原始内容存档于2013-05-15). 

外部链接

[编辑]

编程介绍

[编辑]

工具箱

[编辑]

语言绑定

[编辑]

分发和包

[编辑]