发信人: seaboy (要从太阳上取金子的化学家), 信区: ANSI
标 题: ASCII入门教程(一)——如何copy
发信站: 日月光华 (2003年04月02日19:31:15 星期三), 站内信件
copy,这也许是一种最基本的技巧了,对于ascii的老手来说这简直是雕虫小技,
不足挂齿,但是对于一个初涉ASCII领域的新手来说,如何能够带颜色的复制一幅
ascii图案,也许并不是每个人都能做的好的。这里我就简单的先介绍几种常用的
copy ascii图案的方法。
1、使用sterm
使用sterm,可在上面工具栏的“编辑”一栏里选择“带颜色编码复制”那一项
然后用鼠标选定复制区域,再复制粘贴就行了。
2、使用cterm
使用cterm的话,复制的时候先要按住shift键,然后用鼠标选择复制区域,单击右键
选复制,在整个过程中最好一直按住shift键,cterm有时候在复制大的ascii图案时
会发生错误,所以再复制大的图案时最好分成几部分复制,最好每一部分不要超过10
行
Cterm还支持含ESC控制的拷贝和粘贴。如果你觉得别人的签名档好看,或者想
把自己在某个站点上的签名档等‘搬’到其他站点上去用,就可以使用这种叫“拷
贝TCP包”的功能,当你选择此功能以后,从站点传下来的下一个(实际上为了完
整起见,拷了两个)TCP包就会被Cterm截获,然后转换成能在BBS上编辑信件文章
时能够粘贴的格式放在Windows的裁剪板上,用粘贴命令就可以把这些含控制符的
东西贴到BBS上。比如说,你想把A站点上你的签名档转到B站去,方法是:先在A站
编辑个人档案-个人签名档,出现签名档以后,原来按ESC-C可以观察显示效果,当
按了ESC后,按F4(拷贝TCP包功能的热键),再按C,此时,你的签名档就被拷贝了
。在另外一个窗口中打开站点B,进入编辑签名档状态,粘贴,可以看见,A站的签
名档完整的过来了。如果是copy一篇ascii文章,那么就要先将光标停在那篇文章的
标题处,按下F4,这时上面那个拷贝TCP包的按钮(就是那个望远镜形按钮的右边那
个按钮)会变暗,然后你进入文章,这样就会copy下一屏幕的内容,那个按钮又会
再次变亮。如果要copy超过一屏幕的图案,那么你只需要开两个窗口,先将第一屏
复制下来的内容粘贴过去,然后在按空格键翻下一屏之前,按F4键,然后按空格翻屏
这样就会再次copy下第二屏的内容,依次重复以上步骤即可。但是粘贴后可能会有
重复或者丢失的情况,所以你可以先按Esc+c键来进行预览,然后进行修改。
3、bbs自带的暂存档功能
这个是各个bbs都有的功能,方法就是如果你要copy一个图案,你就必须先进到能看到
该图案原代码的状态。这里顺便讲讲如何看别人签名档和作品的源代码。
看别人发表的ascii作品的代码就比较简单,你回复别人的文章,在回复模式处选择回
复模式为r,这样你就能在回复文章的时候看到对方的原代码,如果文章过长用r模式
看不全,那么你就选用y回复模式,即可。
看别人的签名档的原代码的方法,你在回复别人的文章的时候选择回复模式为a,这样
别人签名档的代码在你回复文章的时候就能够显示出来了(有时候选用r回复模式也行)
在你看到别人ascii图案代码的时候你就可以使用找个暂存档功能了,先将光标移到你
要复制的内容的开头一行,按下ctrl+u,这时这一行会以反白显示,然后将光标移到
你要复制内容的最后一行,再次按Ctrl+u,这样在这两行之间的部分就会全部以反白
显示,这个矩形范围内的东西就是你可以复制的东西,然后你按下Esc+E,系统就会在
最上面一行显示“把标记块写入剪贴簿第几页? (0-7) [预设为 0]”你可以敲入数字选
择存在哪里,这样就算复制好了,接着你只要到你要粘贴的地方按下Esc+I就可以看到
系统提示“读取剪贴簿第几页? (0-7) [预设为 0]”你选择你要粘贴的那一个就OK了。
但是这个功能只能在同一个站同一个id使用,如果是一个id想copy给另一个id就不行,
从A站copy到B站也是不行的。copy完之后可以用esc+c预览一下,进行一些修改。
最后需要说明的是ascii图案代码中的那些*号是按两下Esc键打出来得,而不是普通的
*号,不是按shift+8打出来得那个,所以直接用普通的复制方法复制原代码是不会有
ascii效果的,需要将所有的*号都重新用按两下Esc键的方法打出来才行。
--
◢ ╭╮ ◆ │ ◣
ヽ ╰╮ │ ◤
◢ ┃╭┓╭╮┣╮╭┓┳╭ ◥
╯ ╰╯┣╯╰┻╰╯╰╯╰┫ ╰ ▼
◣ ◤ ╰╯ │ ◣
╰╯
※ 来源:·日月光华 bbs.fudan.edu.cn·[FROM: 10.100.107.130]
Sender: seaboy Chemist who wants to get gold from the sun, message area: ANSI
Title: ASCII introductory tutorial 1 How to copy
Sending site: Sun and Moon Guanghua Wednesday, April 2, 2003 19:31:15, site mail
copy This may be the most basic technique. For ascii veterans, this is simply a trivial skill.
It's not trivial, but for a novice who is new to the ASCII field, how can he copy a picture with color?
Maybe not everyone can do ascii patterns well. Here I will briefly introduce a few commonly used ones.
How to copy ascii patterns
1 Use sterm
Use sterm to select the color-coded copy item in the Edit column of the toolbar above.
Then use the mouse to select the copy area and then copy and paste.
2 Use cterm
If using cterm, when copying, first hold down the shift key, then use the mouse to select the copy area, and right-click
Select copy. It is best to hold down the shift key during the whole process. Sometimes when copying large ascii patterns, cterm
Errors will occur, so when copying a large pattern, it is best to divide it into several parts. It is best not to exceed 10 in each part.
OK
Cterm also supports copy and paste with ESC control. If you think other people’s signature files look good or want to
To move your signature files on a certain site to other sites, you can use this method called copying.
The function of the TCP packet. When you select this function, the next one passed down from the site is actually for complete
For the sake of clarity, if you copy two TCP packets, they will be intercepted by Cterm and then converted into letters and articles that can be edited on the BBS.
The format that can be pasted is placed on the Windows clipboard. You can use the paste command to paste these formats containing control characters.
Post something on BBS. For example, if you want to transfer your signature file from site A to site B, the method is to first upload it to site A.
Edit personal file, personal signature file. After the signature file appears, you can observe the display effect by pressing ESC C.
After pressing ESC, press F4, the hotkey for copying TCP packet function, and then press C. At this time, your signature file will be copied.
Open site B in another window, enter the state of editing the signature file, paste it, and you can see the signature of site A.
The complete name file has come over. If you are copying an ASCII article, you must first stop the cursor on that article.
At the title, press F4. The button above to copy the TCP packet is to the right of the telescope-shaped button.
A button will dim and then you enter the article, which will copy the content of the next screen, and the button will
Brightens again. If you want to copy a pattern that exceeds one screen, you only need to open two windows. First, copy the first screen
Paste the copied content, then before pressing the space bar to scroll to the next screen, press the F4 key and then press the space bar to scroll the screen.
This will copy the content of the second screen again. Just repeat the above steps. However, there may be some problems after pasting.
Duplicate or missing situations, so you can press Esc c key to preview and then make modifications.
3 BBS’s own temporary archive function
This is a function that every bbs has. The method is that if you want to copy a pattern, you must be advanced enough to see it.
The status of the original code of the pattern. Here, by the way, I will tell you how to view other people’s signature files and the source code of their works.
It is relatively simple to look at the code of ASCII works published by others. You reply to other people's articles and select Reply in the reply mode.
The complex mode is r so that you can see the other party's original code when replying to the article. If the article is too long, use r mode.
If you can’t see it all, then you can use the y reply mode.
How to view the original code of other people's signature files: When replying to other people's articles, select the reply mode as a, like this
The code of other people's signature files can be displayed when you reply to the article. Sometimes you can also use r reply mode.
When you see someone else's ascii pattern code, you can use the temporary save function. First move the cursor to your
The first line of the content to be copied. Press ctrl u. This line will be displayed in reverse video. Then move the cursor to
You want to copy the last line of content. Press Ctrl u again so that all the parts between the two lines will be highlighted.
Display the things within this rectangular range that you can copy. Then you press Esc E and the system will
The top line shows which page of the clipboard should the marker block be written to? 0 7 [default is 0] You can enter a number to select
Select where to save it and it will be copied. Then you just need to go to the place where you want to paste and press Esc I to see it.
The system prompts which page of the clipboard to read? 0 7 [default is 0] You can select the one you want to paste and it will be OK.
But this function can only be used on the same site and the same ID. If one ID wants to be copied to another ID, it will not work.
Copying from station A to station B is not possible. After copying, you can use esc c to preview and make some modifications.
The last thing that needs to be explained is that the * signs in the ascii pattern code are typed by pressing the Esc key twice, not the ordinary ones.
The * sign is not the one typed by pressing shift 8, so there will be no problem if you directly copy the original code using ordinary copying methods.
For the ascii effect, you need to type all the * signs again by pressing the Esc key twice.
ヽ
Source: Sun and Moon Guanghua bbs.fudan.edu.cn [FROM: 10.100.107.130]