发信人: soulfox (小o|五月的天盛夏光年), 信区: ANSI
标 题: [合集]关于作业里要求的并排fterm简单作法
发信站: 日月光华 (2007年06月12日19:21:03 星期二), 站内信件
☆──────────────────────────────────────☆
silverleaf (我的手机型号是x86。。。) 于 2007年01月29日12:15:06 星期一 提到:
有学员问到,所以自己尝试做了一下,说一下作法基本步骤以及简单的做法:
先把单个fterm复制到ae上(直接复制时由于fterm会自动精简代码,可能出现高低亮不对,
所以我的一般做法是先把它复制到ae上,再改再从ae复制出来,这时候一般是标准代码,复
制到fterm上一般不会错),复制后的图如下:
space
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
█ █ █ █
▌▌ ▌▌ ▌▌
▌▌
█ █ █ █
▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄
▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
◣ ┃ ◢ ◣ ┃ ◢
┃ ┃
SpiritRain ┃ RYGH ▄ SpiritRain ┃ RYGH ▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄ ▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
space
这时有几种方法,一个是用A,B,C,D或H控制符,但这样工作量比较大.
另外还有一种做法,就是用s(储存光标),u(恢复光标)控制符,这样就只需把断行的地方最
后放上一个*[s,再在接下来的行首(由于上一行不够而断掉新开的一行)放上一个*[u,即
可.这样只需要几个控制符就可以完成.
space
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
█ █ █ █
▌▌ ▌▌ ▌▌
▌▌
█ █ █
█
▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄
▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
◣ ┃ ◢ ◣ ┃ ◢
┃ ┃
SpiritRain ┃ RYGH ▄ SpiritRain ┃ RYGH ▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄ ▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
☆──────────────────────────────────────☆
Clof (请给我点时间) 于 2007年01月29日12:31:00 星期一 提到:
老师
我那样做有问题不
: 有学员问到,所以自己尝试做了一下,说一下作法基本步骤以及简单的做法:
: 先把单个fterm复制到ae上(直接复制时由于fterm会自动精简代码,可能出现高低亮不对,
: 所以我的一般做法是先把它复制到ae上,再改再从ae复制出来,这时候一般是标准代码,复
: 制到fterm上一般不会错),复制后的图如下:
: space
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
: .................(以下省略)
☆──────────────────────────────────────☆
silverleaf (我的手机型号是x86。。。) 于 2007年01月29日12:40:56 星期一 提到:
看了一下,你那个就是有些地方0和1控制符没搞对,其它地方没什么问题,稍改一下就可
以了
//改好发到你信箱了~
: 老师
: 我那样做有问题不
: : 有学员问到,所以自己尝试做了一下,说一下作法基本步骤以及简单的做法:
: : 先把单个fterm复制到ae上(直接复制时由于fterm会自动精简代码,可能出现高低亮不对,
: : 所以我的一般做法是先把它复制到ae上,再改再从ae复制出来,这时候一般是标准代码,复
: : 制到fterm上一般不会错),复制后的图如下:
: : space
: :
: : ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
: .................(以下省略)
☆──────────────────────────────────────☆
jennytayi (请告诉我,你爱我。) 于 2007年01月29日13:11:29 星期一 提到:
@@原来可以那么简单的
昨天一个个改的我眼花。。。
: 有学员问到,所以自己尝试做了一下,说一下作法基本步骤以及简单的做法:
: 先把单个fterm复制到ae上(直接复制时由于fterm会自动精简代码,可能出现高低亮不对,
: 所以我的一般做法是先把它复制到ae上,再改再从ae复制出来,这时候一般是标准代码,复
: 制到fterm上一般不会错),复制后的图如下:
: space
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
: .................(以下省略)
☆──────────────────────────────────────☆
hw (好玩) 于 2007年01月29日13:24:19 星期一 提到:
要有行空间才能这么做,原图行数少,故可以
而且必须space或翻页看,用方向键下不行
: @@原来可以那么简单的
: 昨天一个个改的我眼花。。。
: : 有学员问到,所以自己尝试做了一下,说一下作法基本步骤以及简单的做法:
: : 先把单个fterm复制到ae上(直接复制时由于fterm会自动精简代码,可能出现高低亮不对,
: : 所以我的一般做法是先把它复制到ae上,再改再从ae复制出来,这时候一般是标准代码,复
: : 制到fterm上一般不会错),复制后的图如下:
: : space
: :
: : ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
: .................(以下省略)
☆──────────────────────────────────────☆
monopoly (谢绝投条 ==> [信件过量,请整理信件!]) 于 2007年01月29日20:00:18 星期一 提到:
用了光标定位的,会出断行bug的
不过还是很easy的
: 有学员问到,所以自己尝试做了一下,说一下作法基本步骤以及简单的做法:
: 先把单个fterm复制到ae上(直接复制时由于fterm会自动精简代码,可能出现高低亮不对,
: 所以我的一般做法是先把它复制到ae上,再改再从ae复制出来,这时候一般是标准代码,复
: 制到fterm上一般不会错),复制后的图如下:
: space
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
: .................(以下省略)
☆──────────────────────────────────────☆
monopoly (谢绝投条 ==> [信件过量,请整理信件!]) 于 2007年01月29日20:01:06 星期一 提到:
nod...
: 要有行空间才能这么做,原图行数少,故可以
: 而且必须space或翻页看,用方向键下不行
: : @@原来可以那么简单的
: : 昨天一个个改的我眼花。。。
: : .................(以下省略)
Sender: soulox 小o It’s the day of May and the summer light years, the message area: ANSI
Title: [Collection] A simple method of side-by-side fterm required in the homework
Sending site: Sun and Moon Guanghua Tuesday, June 12, 2007 19:21:03, site mail
silverleaf My mobile phone model is x86 mentioned on Monday, January 29, 2007 12:15:06
A student asked about it, so I tried it myself and talked about the basic steps and simple methods:
First copy a single fterm to ae. When copying directly, since fterm will automatically simplify the code, the high and low lights may be wrong.
So my general approach is to copy it to ae first, then change it and then copy it from ae. At this time, it is usually a standard code, and the copy
It is generally not wrong to copy it to fterm. The copied picture is as follows:
space
SpiritRain RYGH SpiritRain RYGH
space
There are several methods at this time. One is to use the A, B, C, D or H control symbols, but this requires a lot of work.
Another way is to use s to store the cursor and u to restore the cursor control character. In this way, you only need to end the line break.
Then put a *[s, and then at the beginning of the next line, break the new line because the previous line is not enough, put a *[u, that is
Yes. This can be done with only a few control symbols.
space
SpiritRain RYGH SpiritRain RYGH
Clof please give me some time mentioned on Monday, January 29, 2007 at 12:31:00
teacher
Is there anything wrong with me doing that?
: A student asked about this, so I tried it myself and would like to share the basic steps and simple methods:
: First copy a single fterm to ae. When copying directly, since fterm will automatically simplify the code, the high and low lights may be wrong.
: So my general approach is to copy it to ae first, then change it and then copy it from ae. At this time, it is usually a standard code.
: It is generally not wrong to copy it to fterm. The copied picture is as follows:
: space
:
:
:
:
:
: ............. omitted below
silverleaf My mobile phone model is x86 mentioned on Monday, January 29, 2007 12:40:56
I took a look and found that the control symbols 0 and 1 are not correct in some places. There are no problems in other places. Just change it a little.
That’s it
I've modified it and sent it to your mailbox.
: teacher
: Is there anything wrong with me doing that?
: : A student asked about this, so I tried it myself and would like to share the basic steps and simple methods:
: : First copy a single fterm to ae. When copying directly, since fterm will automatically simplify the code, there may be errors in high and low brightness.
: : So my general approach is to copy it to ae first, then change it and then copy it from ae. At this time, it is usually a standard code.
: : It is generally not wrong to copy it to fterm. The copied picture is as follows:
: : space
: :
: :
: ............. omitted below
jennytayi please tell me you love me mentioned on Monday, January 29, 2007 13:11:29
@@It turns out it can be that simple
Yesterday I was dazzled by the changes one by one.
: A student asked about this, so I tried it myself and would like to share the basic steps and simple methods:
: First copy a single fterm to ae. When copying directly, since fterm will automatically simplify the code, the high and low lights may be wrong.
: So my general approach is to copy it to ae first, then change it and then copy it from ae. At this time, it is usually a standard code.
: It is generally not wrong to copy it to fterm. The copied picture is as follows:
: space
:
:
:
:
:
: ............. omitted below
hw fun mentioned on Monday, January 29, 2007 13:24:19
This can only be done if there is line space. The original image has few lines, so it can be done
And you have to space or turn the page to read it. It can’t be downloaded with the arrow keys.
: @@It turns out it can be that simple
: Yesterday I was dazzled by the changes one by one.
: : A student asked about this, so I tried it myself and would like to share the basic steps and simple methods:
: : First copy a single fterm to ae. When copying directly, since fterm will automatically simplify the code, the high and low lights may be wrong.
: : So my general approach is to copy it to ae first, then change it and then copy it from ae. At this time, it is usually a standard code.
: : It is generally not wrong to copy it to fterm. The copied picture is as follows:
: : space
: :
: :
: ............. omitted below
monopoly declined to post > [Too many letters, please sort them out!] mentioned on Monday, January 29, 2007 at 20:00:18
If cursor positioning is used, line breaking bug will occur.
But it's still very easy
: A student asked about this, so I tried it myself and would like to share the basic steps and simple methods:
: First copy a single fterm to ae. When copying directly, since fterm will automatically simplify the code, the high and low lights may be wrong.
: So my general approach is to copy it to ae first, then change it and then copy it from ae. At this time, it is usually a standard code.
: It is generally not wrong to copy it to fterm. The copied picture is as follows:
: space
:
:
:
:
:
: ............. omitted below
monopoly declined to post > [Too many letters, please sort them out!] mentioned on Monday, January 29, 2007 at 20:01:06
nod...
: This can only be done if there is line space. The original image has few lines, so it can be done.
: And you have to space or turn the page to read. It can’t be downloaded with the arrow keys.
: : @@It turns out it can be that simple
: : Yesterday I was dazzled by the changes one by one.
: : ............. omitted below